home *** CD-ROM | disk | FTP | other *** search
/ PC Premier 2003 #9 / PC_Premier_2003.iso / SCREENXP / setup.exe / 3d windows xp.inf next >
Encoding:
Windows Setup INFormation  |  2001-08-24  |  860 b   |  38 lines

  1. [version]
  2. signature = "$CHICAGO$"
  3. SetupClass=BASE
  4.  
  5. [DefaultInstall]
  6. CopyFiles  = CopyMechanism
  7. AddReg       = AddGoo
  8.  
  9. [UninstallInstall]
  10. DelFiles=RemoveFiles
  11. DelReg = DelGoo
  12.  
  13. [DestinationDirs]
  14. CopyMechanism = 11
  15. RemoveFiles=11
  16.  
  17.  
  18. [DelGoo]
  19. HKLM,"%PATH_WINDOWS%\Uninstall\3D Windows XP"
  20.  
  21. [AddGoo]
  22. HKLM,"%PATH_WINDOWS%\Uninstall\3D Windows XP","DisplayName",,"3D Windows XP Screen Saver"
  23. HKLM,"%PATH_WINDOWS%\Uninstall\3D Windows XP","UninstallString",,"rundll32.exe setupapi.dll,InstallHinfSection UninstallInstall 132 %11%\3D Windows XP.inf"
  24. HKCU,"Control Panel\Desktop","SCRNSAVE.EXE",,"%11%\3DWind~1.scr"
  25.  
  26. [CopyMechanism]
  27. "3D Windows XP.scr",,,4
  28. "3D Windows XP.inf",,,4
  29.  
  30. [RemoveFiles]
  31. "3D Windows XP.scr"
  32. "3D Windows XP.inf"
  33.  
  34. [Strings]
  35. RS= 0x00010000
  36. RES= 0x00020000
  37. PATH_WINDOWS = "Software\Microsoft\Windows\CurrentVersion"
  38.